home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000040_news@columbia.edu_Tue Apr 4 23:44:23 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15329
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 4 Apr 1995 19:44:31 -0400
  3. Received: by apakabar.cc.columbia.edu id AA27083
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 4 Apr 1995 19:44:30 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: How to disable C-Kermit CLI
  9. Date: 4 Apr 1995 23:44:23 GMT
  10. Organization: Columbia University
  11. Lines: 18
  12. Message-Id: <3lslkn$qe8@apakabar.cc.columbia.edu>
  13. References: <D67t0M.A49@cunews.carleton.ca> <3lh21v$mni@apakabar.cc.columbia.edu> <D6IsD0.5M3@cunews.carleton.ca>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D6IsD0.5M3@cunews.carleton.ca>,
  18. Rick Mallett <rmallett@boris.carleton.ca> wrote:
  19. : I tried using both -DNOCTRLC and -DNOPUSH but that didn't work. I had already
  20. : eliminated shell access by other means but I still need to stop users from
  21. : getting to a c-kermit prompt and browsing the system at that point. Here is
  22. : the make line I issued (after a make clean of course).
  23. :    make sunos41gcc "KFLAGS=-DNOCTRLC -DNOPUSH"
  24. : I was still able to type CTRL-C and reach the C-kermit prompt after
  25. : issuing a line similar to the following:
  26. Oops, sorry, I meant -DNOCCTRAP.
  27.  
  28. If there are still holes that you need to plug, please email me directly
  29. (cuts down on newsfeed delay).
  30.  
  31. - Frank